home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / TURB_VIS / TCYBER25 / CYBASE.ZIP / CBHELP.TXT < prev    next >
Text File  |  1994-10-20  |  32KB  |  1,002 lines

  1. ;
  2. ; CyberBase help text
  3. ;
  4. ; This file must be compiled with the Version 1.1 of TVHC.EXE.
  5. ;
  6.  
  7. .topic NoContext=0
  8.  ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  9.  ▒        CyberBase         ▒█
  10.  ▒ (C) 1994 Steve Goldsmith ▒█
  11.  ▒   All Rights Reserved    ▒█
  12.  ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒█
  13.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  14. CyberBase is a Paradox 3.x - 5.x compatible data base tool.  All menus
  15. are accessed by pressing Alt+highlighted letter.  For example, the
  16. "File" menu is pulled down by Alt+F.  You can also access the menu
  17. by pressing F10 or clicking the mouse on the desired menu item.
  18.  
  19.  {Desk top:DeskTop} │ {Menu} │ {Status line:StatusLine}
  20.  
  21. Press [Esc] to put this help screen away.
  22.  
  23. .topic DeskTop
  24. The desk top contains a {menu}, background and
  25. {status line:StatusLine}.  All work takes place on the desk top.
  26.  
  27. .topic Menu
  28. The menu is accessed by pressing F10 or Alt+highlighted letter.
  29. For example, the File menu is pulled down by Alt+F.  Use cursor
  30. keys to move and Enter to select.  A mouse can be used by clicking
  31. on the desired item.
  32.  
  33. .topic StatusLine
  34. Status line items are accessed by pressing Alt+highlighted letter
  35. or function key.  For example, to exit press Alt+X.  A mouse can be
  36. used by clicking on the desired item.
  37.  
  38. .topic File
  39.  File ▄ (Alt+F)
  40.   ▀▀▀▀▀
  41. The File menu includes choices for {tables:Table}, {indexes:Index},
  42. {text:ASCII} files, table {security}, file {lists:List},
  43. {configuration:Config} files, {version:About} information
  44. and {exiting:Exit} the program.
  45.  
  46. .topic Table
  47.  File│Table ▄
  48.   ▀▀▀▀▀▀▀▀▀▀▀
  49. The Table menu includes choices for {opening:Open}, {creating:New},
  50. {appending:Append}, {copying:CopyTable}, {renaming:Rename},
  51. {emptying:Empty}, {deleting:Delete} and {upgrading:Upgrade} tables.
  52.  
  53. .topic Open
  54.  File│Table│Open... ▄ (F3)
  55.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  56. Open allows you to {select:TreeWindow} and {edit:TableEditor} a
  57. table.  Prevent full lock mode is used if the {engine} is
  58. initialized for network use.
  59.  
  60. .topic New
  61.  File│Table│New... ▄ (F4)
  62.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  63. New allows you to create an empty table.  If the table exists, but
  64. is not open, it and all family members are deleted first.  A full
  65. lock is placed on the table if the {engine} is initialized for
  66. network use.
  67.  
  68. .topic Append
  69.  File│Table│Append... ▄
  70.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  71. Append adds records from one table to another table if both have the same
  72. record structure.  The source table is write locked and the
  73. destination table is full locked if the {engine} is initialized for
  74. network use.
  75.  
  76. .topic CopyTable
  77.  File│Table│Copy... ▄
  78.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  79. Copy copies records from one table to another table.  If the destination
  80. table exists then it is overwritten.  The source table is write locked and
  81. the destination table is full locked if the {engine} is initialized for
  82. network use.
  83.  
  84. .topic Rename
  85.  File│Table│Rename... ▄
  86.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  87. Renames table in top {file list:NewFileList} to table in
  88. {tree window:TreeWindow}.  Both tables are full write locked if
  89. the {engine} is initialized for network use.
  90.  
  91. .topic Empty
  92.  File│Table│Empty... ▄
  93.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  94. Empty removes all records from table.  A full lock is placed on the
  95. table if the {engine} is initialized for network use.
  96.  
  97. .topic Delete
  98.  File│Table│Delete... ▄
  99.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  100. Delete erases table and all family members.  A full lock is placed
  101. on the table if the {engine} is initialized for network use.
  102.  
  103. .topic Upgrade
  104.  File│Table│Upgrade... ▄
  105.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  106. Upgrade a 3.5 or later Paradox table.  Use this to add composite or
  107. case-insensitive secondary indexes, BLOBs or other 4.x and later
  108. features to 3.5 tables.
  109.  
  110. .topic Index
  111.  File│Index ▄
  112.   ▀▀▀▀▀▀▀▀▀▀▀
  113. The Index menu includes choices for {creating:NewIndex} and
  114. {deleting:DeleteIndex} indexes.
  115.  
  116. .topic NewIndex
  117.  File│Index│New... ▄
  118.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  119. New creates a new index.  A full lock is placed on the table if the
  120. {engine} is initialized for network use.
  121.  
  122. .topic DeleteIndex
  123.  File│Index│Delete... ▄
  124.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  125. Delete drops existing index.  A full lock is placed on the table if the
  126. {engine} is initialized for network use.
  127.  
  128. .topic ASCII
  129.  File│ASCII ▄
  130.   ▀▀▀▀▀▀▀▀▀▀▀
  131. The ASCII menu includes choices for {opening:OpenText}, {creating:NewText},
  132. {saving:SaveText}, {saving as:SaveAsText} and {saving all:SaveAllText} text
  133. files.
  134.  
  135. .topic OpenText
  136.  File│ASCII│Open... ▄
  137.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  138. Open allows editing of existing text files up to 64K in length.
  139.  
  140. .topic NewText
  141.  File│ASCII│New ▄
  142.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  143. New creates a new editor window.  The window's name is "Untitled" and is
  144. empty.
  145.  
  146. .topic SaveText
  147.  File│ASCII│Save ▄
  148.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  149. Save allows you to save the current editor window to a disk
  150. file.  If the window already has a name, the file will be saved under
  151. this same name.  If you wish to save the file under a new name, select
  152. {Save As:SaveAsText} instead.
  153.  
  154. .topic SaveAsText
  155.  File│ASCII│Save As... ▄
  156.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  157. Save As allows you to save the current editor window to a new file name.  If
  158. an editor window does not have a name it is called "Untitled".
  159.  
  160. .topic SaveAllText
  161.  File│ASCII│Save all ▄
  162.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  163. Save all saves all editor windows (if any) to disk.
  164.  
  165. .topic Security
  166.  File│Security ▄
  167.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  168. The Security menu includes choices for {adding:AddPassword} passwords,
  169. {encrypting:Encrypt} and {decrypting:Decrypt} tables.
  170.  
  171. .topic AddPassword
  172.  File│Security│Add password ▄
  173.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  174. Add enters specified password into the system.  A maximum of 50
  175. passwords can be stored at one time.
  176.  
  177. .topic Encrypt
  178.  File│Security│Encrypt ▄
  179.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  180. Encrypt password protects table.  A full lock is placed on the
  181. table if the {engine} is initialized for network use.
  182.  
  183. .topic Decrypt
  184.  File│Security│Decrypt ▄
  185.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  186. Decrypt reverses previous table encryption.  A full lock is placed
  187. on the table if the {engine} is initialized for network use.
  188.  
  189. .topic List
  190.  File│List ▄
  191.   ▀▀▀▀▀▀▀▀▀▀
  192. The List menu includes choices for opening a new
  193. {file list:NewFileList} and opening a file list {builder:FileListBuild}.
  194.  
  195. .topic NewFileList
  196.  File│List│New ▄
  197.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  198. Opens a new {file list:FileList}.
  199.  
  200. .topic FileListBuild
  201.  File│List│Builder...▄
  202.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  203. Opens a {tree window:TreeWindow} which allows you to add files to a
  204. {file list:FileList}.
  205.  
  206. .topic Config
  207.  File│Config ▄
  208.   ▀▀▀▀▀▀▀▀▀▀▀▀
  209. The Config menu includes choices for {saving:SaveFile} and
  210. {loading:LoadFile} a configuration file.
  211.  
  212. .topic LoadFile
  213.  File│Config│Load... ▄
  214.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  215. Configuration .CFG (Ctrl+F3) files contain {engine}
  216. and {color:OColors} options.
  217.  
  218. .topic SaveFile
  219.  File│Config│Save... ▄
  220.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  221. Configuration .CFG (Ctrl+F2) files contain {engine}
  222. and {color:OColors} options.
  223.  
  224. .topic About
  225.  File│About ▄
  226.   ▀▀▀▀▀▀▀▀▀▀▀
  227. Displays version, copyright and mode information.  Press [Esc] or
  228. [Enter] to close box.
  229.  
  230. .topic Exit
  231.  File│Exit ▄ (Alt+X)
  232.   ▀▀▀▀▀▀▀▀▀▀
  233. Terminates program.
  234.  
  235. .topic Edit
  236.  Edit ▄ (Alt+E)
  237.   ▀▀▀▀▀
  238. The Edit menu includes choices for {undoing:undo}, {cutting:cut},
  239. {coping:copy}, {pasting:paste} and {clearing:clear} text in the editor
  240. and clipboard.  Copy and Paste also work with the table editor.
  241.  
  242. .topic Undo
  243.  Edit│Undo ▄
  244.   ▀▀▀▀▀▀▀▀▀▀
  245. Undo allows you to revert back to the last editor action you performed.  For
  246. example, if the line:
  247.  
  248.   This is an editor test
  249.  
  250. is changed to:
  251.  
  252.   This was an editor test
  253.  
  254. the Undo command will become active.  Executing the Undo command will
  255. cause the line to revert back to its original version.  Note that
  256. changes which can be undone are grouped into similar actions, such as
  257. typing, or deleting characters.  Any action type you perform that is
  258. different than the last action type will cause the Undo information to
  259. be lost.
  260.  
  261. .topic Cut
  262.  Edit│Cut ▄
  263.   ▀▀▀▀▀▀▀▀▀
  264. Cut removes the selected text and places it on the
  265. Clipboard.  Any information previously on the clipboard is lost.  Text
  266. cut from the editor may be immediately replaced by selecting the
  267. {Undo} command before moving the cursor.
  268.  
  269. .topic Copy
  270.  Edit│Copy ▄
  271.   ▀▀▀▀▀▀▀▀▀▀
  272. Copy places a copy of the selected text on the Clipboard.  The selected
  273. information is left unchanged, but any information previously on the
  274. clipboard is lost.
  275.  
  276. .topic Paste
  277.  Edit│Paste ▄
  278.   ▀▀▀▀▀▀▀▀▀▀▀
  279. Paste inserts the contents of the clipboard into the current editor window
  280. at the cursor position.  The contents of the clipboard remain unchanged.  If
  281. any text is selected in the current editor window, the highlighted text is
  282. replaced by the text coming from the clipboard.  Information pasted into an
  283. editor may be removed immediately by using the {Undo} command before moving
  284. the cursor.
  285.  
  286. .topic Clear
  287.  Edit│Clear ▄
  288.   ▀▀▀▀▀▀▀▀▀▀▀
  289. Clear removes any selected text from the current editor without placing a
  290. copy of the text on the clipboard.  The effects of this command may be
  291. reversed by selecting {Undo} before moving the cursor.
  292.  
  293. .topic ShowClip
  294.  Edit│Show clipboard ▄
  295.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  296. Show clipboard will display the Clipboard contents is an ordinary editor
  297. window.  Note that {Cut} and {Paste} commands are not enabled while the
  298. clipboard is the focused window.
  299.  
  300.  
  301. .topic Search
  302.  Search ▄ (Alt+S)
  303.   ▀▀▀▀▀▀▀
  304. The Search menu includes choices for {finding:Find} and
  305. {replacing:Replace} text in the topmost edit
  306. window.  {Search again:SearchAgain} repeats last Find or Replace.
  307.  
  308. .topic Find
  309.  Search│Find ▄
  310.   ▀▀▀▀▀▀▀▀▀▀▀▀
  311. Find performs a text search in the editor.
  312.  
  313. .topic Replace
  314.  Search│Replace ▄
  315.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  316. Replace performs a text search and replace in the editor.
  317.  
  318. .topic SearchAgain
  319.  Search│Search again ▄
  320.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  321. Search again repeats the last {Find} or {Replace}.
  322.  
  323. .topic Tools
  324.  Tools ▄ (Alt+T)
  325.   ▀▀▀▀▀▀
  326. The Tools menu includes choices for {calendars:SCalendar},
  327. {calculators:SCalculator} and {viewing:ViewDoc} CYBER.DOC.
  328.  
  329. .topic SCalendar
  330.  Tools│Calendar ▄
  331.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  332. Calendar opens a small {calendar} which displays the current month.  It
  333. also allows you to view other months.
  334.  
  335. .topic SCalculator
  336.  Tools│Calculator ▄
  337.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  338. Calculator opens a four-function {calculator}.
  339.  
  340. .topic ViewDoc
  341.  Tools│View doc ▄
  342.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  343. View doc loads CYBER.DOC into a scrolling {window:Windows} for viewing.
  344. CYBER.DOC contains information about CyberTools.  See ORDER.DOC or
  345. ORDER.TXT for ordering information.
  346.  
  347. .topic Options
  348.  Options ▄ (Alt+O)
  349.   ▀▀▀▀▀▀▀▀
  350. The Options menu contains commands that let you
  351. change the {engine}, {colors:OColors} and
  352. {toggle video:VideoToggle}.
  353.  
  354. .topic Engine
  355.  Options│Engine... ▄
  356.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  357. Engine brings up the {Engine:EngineDialog} dialog box,
  358. where you can customize the Paradox Engine.
  359.  
  360. .topic OColors
  361.  Options│Colors... ▄
  362.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  363. Colors brings up the {Colors:ColorDialog} dialog box,
  364. where you can customize the colors of the desk top.
  365.  
  366. .topic VideoToggle
  367.  Options│Video toggle ▄
  368.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  369. Video toggle allows you to switch between 43/50 line mode and 25
  370. line mode on EGA/VGA displays.
  371.  
  372. .topic Windows
  373.  Window ▄ (Alt+W)
  374.   ▀▀▀▀▀▀▀
  375. The Window menu contains commands to close, move and perform
  376. other window-management commands.
  377.  
  378. Most of the windows in this program have all the standard window
  379. elements, including scroll bars, a close box, and zoom icons.
  380.  
  381. .topic Tile
  382.  Window│Tile ▄
  383.   ▀▀▀▀▀▀▀▀▀▀▀▀
  384. Choose Window│Tile to tile all file viewers on the desk top.
  385.  
  386.  ┌────────────────────────────────────┐
  387.  │ ╔════════════1══╗┌────────────2──┐ │
  388.  │ ║               ║│               │ │
  389.  │ ║               ║│               │ │
  390.  │ ║               ║│               │ │
  391.  │ ║               ║│               │ │
  392.  │ ╚═══════════════╝└───────────────┘ │
  393.  │ ┌────────────3──┐┌────────────4──┐ │
  394.  │ │               ││               │ │
  395.  │ │               ││               │ │
  396.  │ │               ││               │ │
  397.  │ │               ││               │ │
  398.  │ └───────────────┘└───────────────┘ │
  399.  └────────────────────────────────────┘
  400.              Tiled Windows
  401.  
  402. .topic Cascade
  403.  Window│Cascade ▄
  404.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  405. Choose Window│Cascade to stack all file viewers on the desk top.
  406.  
  407.  ┌──────────────────────────1─┐
  408.  │┌─────────────────────────2─┐
  409.  ││┌────────────────────────3─┐
  410.  │││╔═══════════════════════4═╗
  411.  │││║                         ║
  412.  │││║                         ║
  413.  │││║                         ║
  414.  │││║                         ║
  415.  │││║                         ║
  416.  └└└╚═════════════════════════╝
  417.  
  418.         Cascaded Windows
  419.  
  420. .topic Resize
  421.  Window│Size/Move ▄ (Ctrl+F5)
  422.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  423. Choose this command to change the size or position of the active
  424. window.
  425.  
  426.  ▄▄▄▄▄▄
  427.   Size
  428.  ▀▀▀▀▀▀
  429. If you press Shift while you use the arrow keys, you can change
  430. the size of the active window.  Once you've adjusted its size or
  431. position, press Enter.
  432.  
  433. If a window has a Resize corner, you can drag that corner to
  434. resize the window.
  435.  
  436.  ▄▄▄▄▄▄
  437.   Move
  438.  ▀▀▀▀▀▀
  439. When you choose Window│Size/Move, the active window moves in
  440. response to the arrow keys.  Once you've moved the window to where
  441. you want it, press Enter.
  442.  
  443. You can also move a window by dragging its title bar with the
  444. mouse.
  445.  
  446. .topic Zoom
  447.  Window│Zoom ▄ (F5)
  448.   ▀▀▀▀▀▀▀▀▀▀▀▀
  449. Choose Zoom to resize the active window to the maximum size.  If
  450. the window is already zoomed, you can choose this command to
  451. restore it to its previous size.
  452.  
  453. You can also double-click anywhere on the window's title bar
  454. (except where an icon appears) to zoom or unzoom the window.
  455.  
  456. .topic Next
  457.  Window│Next ▄ (F6)
  458.   ▀▀▀▀▀▀▀▀▀▀▀▀
  459. Choose Next to cycle forwards through the windows on the desk top.
  460.  
  461. .topic Close
  462.  Window│Close ▄ (Alt+F3)
  463.   ▀▀▀▀▀▀▀▀▀▀▀▀▀
  464. Choose Close to close the active window.
  465.  
  466. You can also click the Close box in the upper right corner to
  467. close a window.
  468.  
  469. .topic TableEditor
  470.  Table editor window ▄
  471.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  472.  
  473. The Table editor window is a generic Paradox table editor with two distinct
  474. modes of operation: browse and edit.  Enter toggles which mode
  475. is in effect.  Each field modification is posted on field exit,
  476. window exit or editor close.  Records are automatically locked
  477. if the {engine} is initialized for network use.  The record is unlocked
  478. when you move to another record.  Non-keyed tables use record numbers
  479. for fast searches, so non-keyed tables should only be edited in
  480. full lock mode.
  481.  
  482.  ╔═[■]═══════════════════ H:\BP\CYBER\CYBASE\CUSTOMER.DB ══════════════════╗
  483.  ║ Cust ID             Last Name         Ini Street                 City   ║
  484.  ║┌───────────────────┬─────────────────┬───┬──────────────────────┬───────║
  485.  ║│           1386.00 │ Aberdeen        │ F │ 45 Utah Street       │ Washin║
  486.  ║│           1388.00 │ Svenvald        │ I │ Gouvernment House    │ Reykja║
  487.  ║│           1784.00 │ McDougal        │ L │ 4950 Pullman Ave NE  │ Seattl║
  488.  ║│           2177.00 │ Bonnefemme      │ S │ 128 University Drive │ Stanfo║
  489.  ║└───────────────────┴─────────────────┴───┴──────────────────────┴───────║
  490.  ╚═▒▒▒▒■▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒─┘
  491.  
  492.  Enter on non-BLOB │ toggles edit/browse mode
  493.  Enter on BLOB     │ opens BLOB memo editor
  494.  Home              │ moves to left most field or character
  495.  End               │ moves to right most field or character
  496.  Left Arrow        │ moves one field or character left
  497.  Right Arrow       │ moves one field or character right
  498.  Down Arrow        │ moves one record down
  499.  Up Arrow          │ moves one record up
  500.  Tab               │ moves one field right
  501.  Shift Tab         │ moves one field left
  502.  Page Up           │ moves one editor page up
  503.  Page Down         │ moves one editor page down
  504.  Control Page Up   │ moves to first record
  505.  Control Page Down │ moves to last record
  506.  Insert            │ toggles insert/overwrite for field editor
  507.  Control Insert    │ copies selected portion to clipboard
  508.  Shift Insert      │ copies selected portion to field
  509.  Control+Y         │ deletes current record
  510.  
  511. The unformatted memo BLOB editor allows you to edit unformatted
  512. memo blobs with a Wordstar style editor.
  513.  
  514. .topic EngineDialog
  515.  Engine dialog box ▄
  516.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  517. The Engine dialog box allows you to configure Paradox Engine for
  518. various multi-user and single-user environments.
  519.  
  520. Set Engine type to:
  521.  
  522.  (∙) Local   DOS single user.
  523.  (∙) Network Multi-user network or Windows share.
  524.  (∙) Windows Reserved for future use.
  525.  
  526.   Engine type
  527.  ┌───────────────┐
  528.  │  (∙) Local    │
  529.  │  ( ) Network  │
  530.  │  ( ) Windows  │
  531.  └───────────────┘
  532.  
  533. Set DOS share to:
  534.  
  535.  (∙) Local   Share local and network tables.
  536.  (∙) Network Share only network tables.   Local tables are treated
  537.              as private.
  538.  (∙) None    All tables are treated as private.
  539.  
  540. SHARE.EXE must be loaded to use (∙) Local or (∙) Network.
  541.  
  542.   DOS share
  543.  ┌───────────────┐
  544.  │  (∙) Local    │
  545.  │  ( ) Network  │
  546.  │  ( ) None     │
  547.  └───────────────┘
  548.  
  549. Set Windows share to:
  550.  
  551. Reserved for future use.
  552.  
  553.   Windows share
  554.  ┌─────────────────────┐
  555.  │  (∙) Shared         │
  556.  │  ( ) Single client  │
  557.  │  ( ) Exclusive      │
  558.  └─────────────────────┘
  559.  
  560. Set Create format to:
  561.  
  562.  (∙) 4.0 Create tables compatible with Paradox 4.x for higher
  563.      performance.
  564.  (∙) 3.5 Create tables compatible with Paradox 3.x and earlier.
  565.  
  566.   Create format
  567.  ┌───────────┐
  568.  │  (∙) 4.0  │
  569.  │  ( ) 3.5  │
  570.  └───────────┘
  571.  
  572. Set Lock mode to:
  573.  
  574.  (∙) 4.0 Locks compatible with Paradox 4.x for higher performance.
  575.  (∙) 3.5 Locks compatible with Paradox 3.x and earlier.
  576.  
  577.   Lock mode
  578.  ┌───────────┐
  579.  │  (∙) 4.0  │
  580.  │  ( ) 3.5  │
  581.  └───────────┘
  582.  
  583. Set Sort order to:
  584.  
  585.  (∙) ASCII         Numbers, uppercase letters, lowercase letters
  586.                    and accented letters.
  587.  (∙) International Characters sorted irrespective of uppercase,
  588.                    lowercase and special accents.
  589.  (∙) Norwegian 3.5 Norwegian/Danish order compatible with Paradox
  590.                    3.x.
  591.  (∙) Norwegian 4.0 Norwegian/Danish order compatible with Paradox
  592.                    4.x.
  593.  (∙) Swedish       Swedish/Finnish order.
  594.  
  595.   Sort order
  596.  ┌─────────────────────┐
  597.  │  (∙) ASCII          │
  598.  │  ( ) International  │
  599.  │  ( ) Norwegian 3.5  │
  600.  │  ( ) Norwegian 4.0  │
  601.  │  ( ) Swedish        │
  602.  └─────────────────────┘
  603.  
  604. Internal engine defaults:
  605.  
  606.  Swap size (8-256) internal swap buffer size.
  607.  Tables    (1-64)  maximum number of tables open.
  608.  Records   (1-512) maximum record transfer buffers.
  609.  Locks     (1-128) maximum number of record locks.
  610.  Files     (3-255) maximum number of file handles.
  611.  
  612.  
  613.  Swap size ████████
  614.  Tables    ████████
  615.  Records   ████████
  616.  Locks     ████████
  617.  Files     ████████
  618.  
  619.  Net path  PDOXUSRS.NET network control file location.  This must
  620.            be in a common network directory accessible by all users
  621.            on network.
  622.  Name      User name stored in network control file.
  623.  Client    Reserved for future use.
  624.  
  625.  Net path  █████████████████
  626.  Name      █████████████████
  627.  Client    █████████████████
  628.  
  629. .topic CreateDialog
  630.  Create dialog box ▄
  631.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  632. The Create dialog box allows you to easily create Paradox tables.
  633.  
  634. Field names:
  635.  
  636.  ° Can be up to 25 characters long
  637.  ° Can contain spaces, but cannot begin with one
  638.  ° Can contain any printable character except " [ ] ( ) # ->
  639.  ° Cannot duplicate another field name
  640.  
  641.  Name
  642.  ███████████████████████████
  643.  
  644. Field length:
  645.  
  646.  Alhpa       (1-255)
  647.  Short       (0)
  648.  Double      (0)
  649.  Date        (0)
  650.  Currency    (0)
  651.  Memo        (1-240)
  652.  Binary      (0-240)
  653.  Fmt Memo    (0-240)
  654.  Windows OLE (0-240)
  655.  Graphic     (0-240)
  656.  
  657.  Length
  658.  █████
  659.  
  660. Select field type:
  661.  
  662.   Type
  663.  ┌───────────────────┐
  664.  │  (∙) Alhpa        │
  665.  │  ( ) Short        │
  666.  │  ( ) Double       │
  667.  │  ( ) Date         │
  668.  │  ( ) Currency     │
  669.  │  ( ) Memo         │
  670.  │  ( ) Binary       │
  671.  │  ( ) Fmt Memo     │
  672.  │  ( ) Windows OLE  │
  673.  │  ( ) Graphic      │
  674.  └───────────────────┘
  675.  
  676. Field list:
  677.  
  678.  [   OK   ] creates table
  679.  [   Add  ] adds field to list at current cursor position
  680.  [ Delete ] deletes field at current cursor position
  681.  [  Edit  ] allows you to edit field at current cursor position
  682.  [ Cancel ] exits create dialog without creating table
  683.  
  684.  Field Typ Len   Name
  685.  ███████████████████████████████████████████
  686.  ███████████████████████████████████████████■
  687.  ███████████████████████████████████████████░
  688.  ███████████████████████████████████████████░
  689.  ███████████████████████████████████████████
  690.  
  691. .topic CreateIndexDialog
  692.  Create index dialog box ▄
  693.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  694. The Create index dialog box allows you to easily create primary,
  695. simple secondary, composite and case insensitive indexes.  Select
  696. fields from the Field box with Enter or mouse double-click.  To
  697. create a primary key use the last consecutive field only
  698. (i.e. use field 3 to make index composed of fields
  699. 1-3).  Case-sensitive single field secondary indexes are
  700. created if there is only one field in the Secondary box,
  701. Secondary or Incremental is selected and Case sensitive is On.  If
  702. more that one field is selected or Case sensitive is Off then
  703. a composite index is created with a field number > 255.
  704.  
  705.  ╔═[■]═══ H:\BP\CYBER\CYBASE\BOOKORD.DB ════════╗
  706.  ║                                              ║
  707.  ║ Field Typ Len   Name                         ║
  708.  ║ ┌──────────────────────────────────────────┐ ║
  709.  ║ │  1 │ N │   0 │ Cust                       ║
  710.  ║ │  4 │ A │   3 │ Vol                       ■ ║
  711.  ║ │  5 │ N │   0 │ Quant                     ▒ ║
  712.  ║ │  6 │ N │   0 │ Emp #                      ║
  713.  ║ └──────────────────────────────────────────┘ ║
  714.  ║ Secondary key fields                         ║
  715.  ║ ┌──────────────────────────────────────────┐ ║
  716.  ║ │  3 │ S │   0 │ Item #                     ║
  717.  ║ │  2 │ D │   0 │ Date                      ■ ║
  718.  ║ │                                          ▒ ║
  719.  ║ │                                           ║
  720.  ║ └──────────────────────────────────────────┘ ║
  721.  ║ Type              Case sensitive             ║
  722.  ║ ┌───────────────┐ ┌──────────────┐           ║
  723.  ║ │( ) Primary    │ │(∙) On        │    OK   ▄ ║
  724.  ║ │( ) Secondary  │ │( ) Off       │  ▀▀▀▀▀▀▀▀ ║
  725.  ║ │(∙) Incremental│ └──────────────┘           ║
  726.  ║ │               │ Name              Cancel ▄ ║
  727.  ║ └───────────────┘ █Item_Date██████  ▀▀▀▀▀▀▀▀ ║
  728.  ║                                              ║
  729.  ╚══════════════════════════════════════════════╝
  730.  
  731. .topic DeleteIndexDialog
  732.  Delete index dialog box ▄
  733.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  734. The Delete index dialog box allows you to remove any index in the
  735. Field box with Enter or mouse double-click.
  736.  
  737.  ╔═[■]═══ H:\BP\CYBER\CYBASE\BOOKORD.DB ════════╗
  738.  ║                                              ║
  739.  ║ Field Typ Len   Name                         ║
  740.  ║ ┌──────────────────────────────────────────┐ ║
  741.  ║ │  0 │ P │   1 │ Primary                    ║
  742.  ║ │256 │ C │   2 │ Item_Date                 ■ ║
  743.  ║ │                                          ▒ ║
  744.  ║ │                                           ║
  745.  ║ └──────────────────────────────────────────┘ ║
  746.  ║                                              ║
  747.  ║                            OK   ▄   Cancel ▄ ║
  748.  ║                          ▀▀▀▀▀▀▀▀   ▀▀▀▀▀▀▀▀ ║
  749.  ╚══════════════════════════════════════════════╝
  750.  
  751. .topic OpenIndexDialog
  752.  Open index dialog box ▄
  753.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  754. The Open index dialog box allows you to open table on any index in
  755. the Field box with Enter or mouse double-click.
  756.  
  757.  ╔═[■]═══ H:\BP\CYBER\CYBASE\BOOKORD.DB ════════╗
  758.  ║                                              ║
  759.  ║ Field Typ Len   Name                         ║
  760.  ║ ┌──────────────────────────────────────────┐ ║
  761.  ║ │  0 │ P │   1 │ Primary                    ║
  762.  ║ │256 │ C │   2 │ Item_Date                 ■ ║
  763.  ║ │                                          ▒ ║
  764.  ║ │                                           ║
  765.  ║ └──────────────────────────────────────────┘ ║
  766.  ║                                              ║
  767.  ║                            OK   ▄   Cancel ▄ ║
  768.  ║                          ▀▀▀▀▀▀▀▀   ▀▀▀▀▀▀▀▀ ║
  769.  ╚══════════════════════════════════════════════╝
  770.  
  771. .topic PasswordDialog
  772.  Password dialog box ▄
  773.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  774. The Password dialog box allows you to add a password to the engine.  The
  775. password can be up to 25 characters and a maximum of 50 passwords can be
  776. stored at one time.
  777.  
  778.  ╔═[■]══════════════════════════════════════════════════════╗
  779.  ║                                                          ║
  780.  ║  Password █████████████████████████████████████████████  ║
  781.  ║                                                          ║
  782.  ║                                       OK   ▄    Cancel ▄ ║
  783.  ║                                     ▀▀▀▀▀▀▀▀    ▀▀▀▀▀▀▀▀ ║
  784.  ║                                                          ║
  785.  ╚══════════════════════════════════════════════════════════╝
  786.  
  787. .topic TextEditor
  788.  Text file editor ▄
  789.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  790. The Text file editor allows you to edit the contents of a text file.  You
  791. can use the arrow keys to move about in the file.
  792.  
  793. .topic Calculator
  794.  Calculator ▄
  795.   ▀▀▀▀▀▀▀▀▀▀▀
  796. The calculator is a simple four-function calculator with add,
  797. subtract, multiply, and divide.  To operate the calculator you can
  798. either use the keyboard or press the buttons on the calculator with
  799. the mouse.  The 'C' key clears the calculator, the '' key erases
  800. the last character typed, and the '±' key toggles the value from
  801. positive to negative (the keyboard equivalent of '±' is '_').
  802.  
  803. .topic Calendar
  804.  Calendar ▄
  805.   ▀▀▀▀▀▀▀▀▀
  806. The calendar displays the current month, highlighting today's date.
  807. The next and previous months can be viewed using the '+' or '-'
  808. keys respectively.  The mouse can also be used to change the month
  809. by pressing the  or  icons.
  810.  
  811. .topic FileList
  812.  
  813. The file list holds names sent by a {Tree window:TreeWindow} called
  814. File List Builder.  Various functions require a file list to complete
  815. their tasks.
  816.  
  817.  ╔═[■]═════════════════════════════ File List ═════════════════════════════╗
  818.  ║                                                                         ║
  819.  ║  H:\BP\CYBER\CYBASE\ALLTYPES.DB                                        ║
  820.  ║  H:\BP\CYBER\CYBASE\NUMTEST.DB                                        ■ ║
  821.  ║  H:\BP\CYBER\CYBASE\SMASTER.DB                                        ▒ ║
  822.  ║  H:\BP\CYBER\CYBASE\SYM2.DB                                           ▒ ║
  823.  ║  H:\BP\CYBER\CYBASE\SYMBOLS.DB                                        ▒ ║
  824.  ║  H:\BP\CYBER\CYBASE\TEST.DB                                            ║
  825.  ║                                                                         ║
  826.  ╚═════════════════════════════════════════════════════════════════════════╝
  827.  
  828.  
  829. .topic TreeWindow
  830.  Tree window ▄
  831.   ▀▀▀▀▀▀▀▀▀▀▀▀
  832. The Tree window contains a directory tree, name input line, file list and
  833. file information panel.
  834.  
  835.  ╔═[■]═════════════════════════════════════════════════════════════╗
  836.  ║                                                                 ║
  837.  ║ Dir                   Name                               OK   ▄ ║
  838.  ║ ┌───────────────────┐ █ALLTYPES.DB███████████████████  ▀▀▀▀▀▀▀▀ ║
  839.  ║ │─CYBASE            │ Files                             Root  ▄ ║
  840.  ║ │                   │ █ALLTYPES.DB███│███████████████  ▀▀▀▀▀▀▀▀ ║
  841.  ║ │                   │ █NUMTEST.DB████│███████████████  Expand ▄ ║
  842.  ║ │                   │ █SMASTER.DB████│███████████████  ▀▀▀▀▀▀▀▀ ║
  843.  ║ │                   │ █SYM2.DB███████│███████████████   Mask  ▄ ║
  844.  ║ │                   │ █SYMBOLS.DB████│███████████████  ▀▀▀▀▀▀▀▀ ║
  845.  ║ │                   │ █TEST.DB███████│███████████████  Drive  ▄ ║
  846.  ║ │                   │ █..\███████████│███████████████  ▀▀▀▀▀▀▀▀ ║
  847.  ║ └───────────────────┘ ▒▒▒■▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  Update ▄ ║
  848.  ║                                                        ▀▀▀▀▀▀▀▀ ║
  849.  ║ █H:\BP\CYBER\CYBASE\*.DB█████████████████████████████   All   ▄ ║
  850.  ║ █ALLTYPES.DB  26624     Jun 16, 1994   2:33am████████  ▀▀▀▀▀▀▀▀ ║
  851.  ╚═════════════════════════════════════════════════════════════════╝
  852.  
  853.  Dir
  854.  ┌───────────────────┐
  855.  │─CYBASE            │
  856.  │                   │
  857.  │                   │
  858.  │                   │
  859.  │                   │
  860.  │                   │
  861.  │                   │
  862.  │                   │
  863.  └───────────────────┘
  864.  
  865. The directory tree window allows you browse through directories on the
  866. current drive.  Use [*] to expand all child nodes and [-] to retract all
  867. child nodes.
  868.  
  869.  Name
  870.  █ALLTYPES.DB███████████████████
  871.  
  872. The Name input line is where you enter the name of the file.  Filtering
  873. is used to insure only valid characters are accepted.
  874.  
  875.  Files
  876.  █ALLTYPES.DB███│███████████████
  877.  █NUMTEST.DB████│███████████████
  878.  █SMASTER.DB████│███████████████
  879.  █SYM2.DB███████│███████████████
  880.  █SYMBOLS.DB████│███████████████
  881.  █TEST.DB███████│███████████████
  882.  █..\███████████│███████████████
  883.  ▒▒▒■▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  884.  
  885. The Files list box lists the names of files in the current directory that
  886. match the file-name mask.
  887.  
  888.  █H:\BP\CYBER\CYBASE\*.DB█████████████████████████████
  889.  █ALLTYPES.DB  26624     Jun 16, 1994   2:33am████████
  890.  
  891. The File information panel shows the path name, file name, date,
  892. time, and size of the selected file.
  893.  
  894. None of the items on this information panel are selectable.
  895.  
  896.  Button functions
  897.  ────────────────
  898.  
  899.  [   OK   ]
  900.  
  901. Preforms assigned action on file in name line.
  902.  
  903.  [  Root  ]
  904.  
  905. Reads root directory of current drive and the first level of child
  906. directories.
  907.  
  908.  [ Expand ]
  909.  
  910. Expand node toggle.
  911.  
  912.  [  Mask  ]
  913.  
  914.  ╔═[■]══════════════════════════════════════════════════════╗
  915.  ║                                                          ║
  916.  ║  File mask █*.DB███████████████████████████████████████  ║
  917.  ║                                                          ║
  918.  ║                                       OK   ▄    Cancel ▄ ║
  919.  ║                                     ▀▀▀▀▀▀▀▀    ▀▀▀▀▀▀▀▀ ║
  920.  ║                                                          ║
  921.  ╚══════════════════════════════════════════════════════════╝
  922.  
  923. Use any valid DOS file mask to filter what files are displayed in the Files
  924. list box.
  925.  
  926.  [ Drive  ]
  927.  
  928.  ╔═[■]═══╗
  929.  ║       ║
  930.  ║ █A:█ ║
  931.  ║ █B:█■ ║
  932.  ║ █C:█▒ ║
  933.  ║ █H:█ ║
  934.  ║       ║
  935.  ╚═══════╝
  936.  
  937. Select any valid DOS drive on the system with [Enter] or double-click
  938. mouse.
  939.  
  940.  [ Update ]
  941.  
  942. Refresh Files list box to reflect any changes to current directory.
  943.  
  944.  [  All   ]
  945.  
  946. Preforms assigned action on ALL files in Files list box.  Use with caution!
  947.  
  948. .topic ColorDialog
  949.  Colors dialog box ▄
  950.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  951. This dialog box is where you can change the colors of different
  952. parts of this program.
  953.  
  954.  ┌─ Group ─────────────┐
  955.  │   Desktop          │
  956.  │   Menus            ■│
  957.  │   Help             ▒│
  958.  │   Gray Windows     ▒│
  959.  │   Blue Windows     ▒│
  960.  │   Cyan Windows     ▒│
  961.  │                    │
  962.  └─────────────────────┘
  963. The Group list box contains the names of the different regions of
  964. the program that you can customize.
  965.  
  966.  ┌─ Item ──────────────┐
  967.  │   Color            │
  968.  │                    ■│
  969.  
  970. When you select a group from the Group list, the Item list box
  971. displays the names of the different views in that region.
  972.  
  973.  ┌ Foreground ┐   ┌ Background ┐
  974.  │ ░▒▓░▒▓░▒▓░ │   │ ▓░▒▓░▒▓░▒▓ │
  975.  │ ▓░▒▓░▒▓░▒▓ │   │ ░▒▓░▒▓░▒▓░ │
  976.  │ ▒▓░▒▓░▒▓░▒ │   └────────────┘
  977.  └────────────┘
  978.  
  979.  ┌────────────────┐
  980.  │ Text Text Text │
  981.  │ Text Text Text │
  982.  └────────────────┘
  983. The display text shows the current color or attribute settings.
  984.  
  985. Changes do not take effect on the desktop until you close the
  986. Colors dialog box by choosing OK.
  987.  
  988. ;
  989. ; Place all such manually declared help contexts at end of file.
  990. ;
  991.  
  992. .topic CloseAll=65314
  993.  Window│Close all ▄
  994.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  995. Choose Close all to remove all windows from the desk top.
  996.  
  997. .topic Previous=65318
  998.  Window│Previous ▄ (Shift+F6)
  999.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  1000. Choose Previous to cycle backwards through the windows on the desk
  1001. top.
  1002.